![]() ![]() |
Q: I'm writing a native driver and I've noticed that, if I set A: The designers of the native driver model felt that native driver should not access the Device Control Entry (DCE) and would never need system task time. Therefore, they reused a number of fields in the DCE for other purposes. The reused fields include:
For native drivers, these fields are now reserved. Your software must not rely on their value nor modify them, either explicitly or implicitly. Setting If you need system task time in your native driver, you should use the support provided by your driver's I/O family. For example, FireWire drivers can use
External software can tell whether a driver is native by looking at bit 3 of the The issue that native drivers can't get system task time is being tracked as bug ID 2323538. |
Developer Documentation | Technical Notes | Development Kits | Sample Code |